@font-face {
    font-family: 'Rambla';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/rambla-regular.eot');
    src: local('Rambla'), local('Rambla-Regular'),
    url('../fonts/rambla-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/rambla-regular.woff2') format('woff2'),
    url('../fonts/rambla-regular.woff') format('woff'),
    url('../fonts/rambla-regular.ttf') format('truetype'),
    url('../fonts/rambla-regular.svg#Rambla') format('svg');
}

html {
    position: relative;
    min-height: 100%;
}

body {
    background-image: url('images/bg.png');
    font: 400 16px 'Rambla', sans-serif;
    margin-top: 20px;
    margin-bottom: 60px;
}

h2 {
    padding-bottom: 5px;
    border-bottom: solid 2px darkgrey;
	background-color: #ecd9c6;
	width: 100%;
	font-weight: 800;
}

.row.row-header {
    margin-bottom: 15px;
	vertical-align: middle !important;

}

.table-chars {
    background-color: white;
	padding-bottom: 10px;
	vertical-align: middle !important;
}

.table-chars th {
    vertical-align: middle !important;
	column-width: 250px;
}

img{
   display: none
}

.table-chars th:hover img {
  display: block;
    z-index: 999;
  width: 960px;
  height: 600px;
box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2);
position: relative;
left: 250px;

}

.table-chars td {
    padding: 0 !important;
    vertical-align: middle !important;
}

.nav-nested > li {
    margin: 0 !important;
    vertical-align: middle !important;
}

.nav-nested > li > a {
    margin: 2px !important;
}

.nav-nested > li.selected > a {
    color: white;
    background-color: #0066ff;
}

.nav-nested > li.selected-plus > a {
    color: white;
    background-color: #80ffbf;
}

.nav-pills > li > a {
    cursor: pointer;
    color: black;
    padding: 2px 15px;
}

.nav-pills > li > a:hover {
    background-color: #4d4dff;
}

.nav-pills > li.typical > a {
    font-weight: bold;
}


.nav-pills > li.mismatch > a {
    color: white;
    background-color: red;
}

.nav-pills > li.disabled > a {
    text-decoration: line-through !important;
    color: white;
    background-color: #336699;
	opacity: 0.6;
}
.nav-stacked {
	height: 100%;
	padding-bottom: 50px;
}
.nav-stacked > li.selected {
	height: 100%;
	padding-bottom: 2px;
	background-color: #99ffcc;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: grey;
    background-color: #ecd9c6;
	padding-top: 10px;
}

.footer-text {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
}
